The parameters list also displays parameter information for nested functions “參數”列表還顯示嵌套函數的參數信息。
On a nested function call , step into steps into the most deeply nested function 在嵌套函數調用上, “逐語句”將進入并單步執行嵌套最深的函數。
This flag is set on functions that contain nested functions that access the parent function s locals 如果某一函數包含訪問該父函數局部變量的嵌套函數,則設置此標志。
In native code , if you want to step into a specific nested function , use the step into specific command from the shortcut menu 在本機代碼中,如果要進入并單步執行特定的嵌套函數,請使用快捷菜單中的“單步執行特定函數”命令。
百科解釋
In computer programming, a nested function (or nested procedure/subroutine) is a function which is lexically (textually) encapsulated within another function. It can only be called by the enclosing function or by functions directly or indirectly nested within the same enclosing function.